In this step you build and deploy the application you created in this tutorial to an Android device. Before you start this step make sure that you have a working Android build environment. See Installing the Kanzi build environment for Android.
To build and deploy your application to an Android device:
cd <KanziWorkspace>\Tutorials\Programmer tutorial\Start\Application\configs\platforms\android
scons es2 release
cd <KanziWorkspace>\Tutorials\Programmer tutorial\Start\Application\output\android
adb install
to install the apk package of your Kanzi application on your Android device:adb install –r ProgrammerTutorial-release.apk
In this tutorial you learned how to use the Kanzi Engine API to access nodes and resources from the kzb file you created in Kanzi Studio, get and set the property values of Kanzi nodes, use custom property types, instantiate prefabs, load and play animations, load resources from the kzb file, use Kanzi messages to define events, and deploy the completed application to an Android device.
To learn more about how Kanzi works:
To learn how to deploy your Kanzi application to different platforms, see Deploying Kanzi applications.